readme updated to include project details#3
Open
wandrew8 wants to merge 1 commit intofrontend-application-development-uw20:masterfrom
Open
readme updated to include project details#3wandrew8 wants to merge 1 commit intofrontend-application-development-uw20:masterfrom
wandrew8 wants to merge 1 commit intofrontend-application-development-uw20:masterfrom
Conversation
bhague1281
reviewed
Jun 7, 2020
| * Firebase Authentication | ||
| * Firebase Firestore | ||
| * [Owlbot API](https://owlbot.info/) (for dictionary queries) | ||
| * [Wordnik API](https://developer.wordnik.com/) (to get "word of the day" functionality - still waiting to obtain the api key) |
Contributor
There was a problem hiding this comment.
I would make sure you have a backup for this (sometimes API services are notorious for taking a while/being unsupported). Also, you shouldn't expose this API key in the React app. It should be hidden behind a web service of some sort, particularly if you're using a paid subscription. If you're on the free tier, it doesn't matter as much.
bhague1281
reviewed
Jun 7, 2020
| ## Elevator Pitch | ||
| For the final project, I would like to create a dictionary word search and word memorization application - This application allows users to search words from the owlbot dictionary api, then add select words to their collection to review later. Words in the users collection can be reviewed as flashcards or as dynamically generated tests. This a handy application for individuals to both look up the meanings of words and then review those words later to improve their vocabulary. | ||
|
|
||
| The main inspiration for this application comes from existing websites like dictionary.com and quizlet.com. Quizlet.com is application that allows you to create your own flashcards and quizzes. I'm hoping to make a simplified version of this by using pre-existing data from the owlbot api and focusing specifically on words rather than other types of media which is allowed on quizlet.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Week 7 HW Submission
Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.
That was a good review in writing markdown :-)